[INFO] cloning repository https://github.com/syhw/aish
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/syhw/aish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyhw%2Faish", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyhw%2Faish'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e4ffd25e076b2b4f0e8d23de709b69c03e5bc4b6
[INFO] testing syhw/aish against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyhw%2Faish" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/syhw/aish
[INFO] finished tweaking git repo https://github.com/syhw/aish
[INFO] tweaked toml for git repo https://github.com/syhw/aish written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/syhw/aish on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/syhw/aish already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9a4f7a949d5f6be970d344e67f17a6f9229b920e4bc84197be92a8ff8cce4c1
[INFO] running `Command { std: "docker" "start" "-a" "e9a4f7a949d5f6be970d344e67f17a6f9229b920e4bc84197be92a8ff8cce4c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9a4f7a949d5f6be970d344e67f17a6f9229b920e4bc84197be92a8ff8cce4c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9a4f7a949d5f6be970d344e67f17a6f9229b920e4bc84197be92a8ff8cce4c1", kill_on_drop: false }`
[INFO] [stdout] e9a4f7a949d5f6be970d344e67f17a6f9229b920e4bc84197be92a8ff8cce4c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f6425301f4eff008c65e9d70a55ae8b8525eac2f4c73ce8b77031d168696bf8
[INFO] running `Command { std: "docker" "start" "-a" "6f6425301f4eff008c65e9d70a55ae8b8525eac2f4c73ce8b77031d168696bf8", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling zmij v1.0.18
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling clap_builder v4.5.56
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling ordered-float v5.1.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling as-any v0.3.2
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling clap v4.5.56
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling aish_core v0.0.1 (/opt/rustwide/workdir/crates/aish_core)
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling aish v0.0.1 (/opt/rustwide/workdir/crates/aish)
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling rig-core v0.26.0
[INFO] [stderr]    Compiling aishd v0.0.1 (/opt/rustwide/workdir/crates/aishd)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] running `Command { std: "docker" "inspect" "6f6425301f4eff008c65e9d70a55ae8b8525eac2f4c73ce8b77031d168696bf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f6425301f4eff008c65e9d70a55ae8b8525eac2f4c73ce8b77031d168696bf8", kill_on_drop: false }`
[INFO] [stdout] 6f6425301f4eff008c65e9d70a55ae8b8525eac2f4c73ce8b77031d168696bf8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 592fa546461366897fbc8cf9ea5257e902866d01f08a5a287f0f509ddb69249f
[INFO] running `Command { std: "docker" "start" "-a" "592fa546461366897fbc8cf9ea5257e902866d01f08a5a287f0f509ddb69249f", kill_on_drop: false }`
[INFO] [stderr]    Compiling aish_core v0.0.1 (/opt/rustwide/workdir/crates/aish_core)
[INFO] [stderr]    Compiling aish v0.0.1 (/opt/rustwide/workdir/crates/aish)
[INFO] [stderr]    Compiling aishd v0.0.1 (/opt/rustwide/workdir/crates/aishd)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.33s
[INFO] running `Command { std: "docker" "inspect" "592fa546461366897fbc8cf9ea5257e902866d01f08a5a287f0f509ddb69249f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "592fa546461366897fbc8cf9ea5257e902866d01f08a5a287f0f509ddb69249f", kill_on_drop: false }`
[INFO] [stdout] 592fa546461366897fbc8cf9ea5257e902866d01f08a5a287f0f509ddb69249f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 72381c4844a72f84eb7d824a80c1bdea322037d18acf8aec08a43b6f2a180f3e
[INFO] running `Command { std: "docker" "start" "-a" "72381c4844a72f84eb7d824a80c1bdea322037d18acf8aec08a43b6f2a180f3e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aish-55ef78672da8a756)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tests::handle_sse_event_delta_appends_text ... ok
[INFO] [stdout] test tests::inline_agent_system_prompt_includes_command_hints ... ok
[INFO] [stdout] test tests::normalize_cli_args_handles_config_prefix ... ok
[INFO] [stdout] test tests::normalize_cli_args_preserves_llm_flags_before_prompt ... ok
[INFO] [stdout] test tests::percent_encode_query_param_escapes_reserved_bytes ... ok
[INFO] [stdout] test tests::should_attach_workspace_context_detects_repo_phrasing ... ok
[INFO] [stdout] test tests::should_attach_workspace_context_ignores_general_prompts ... ok
[INFO] [stdout] test tests::parse_inline_tool_calls_handles_single_and_array ... ok
[INFO] [stdout] test tests::should_attach_workspace_context_mode_overrides_heuristic ... ok
[INFO] [stdout] test tests::workspace_context_mode_prefers_explicit_flags ... ok
[INFO] [stdout] test tests::handle_sse_event_done_stops_stream ... ok
[INFO] [stdout] test tests::handle_sse_event_status_updates_progress_label ... ok
[INFO] [stdout] test tests::parse_simple_cd_supports_home_and_relative ... ok
[INFO] [stdout] test tests::normalize_cli_args_keeps_known_subcommand ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aish_core-0c53c6999d6f91ac)
[INFO] [stdout] test tests::normalize_cli_args_inserts_llm_for_prompt ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aishd-70f6fcfe639faba4)
[INFO] [stdout] running 5 tests
[INFO] [stdout] test config::tests::aish_api_key_overrides_zai_api_key ... ok
[INFO] [stdout] test config::tests::empty_aish_api_key_falls_back_to_zai_api_key ... ok
[INFO] [stdout] test config::tests::parses_mcp_servers_from_mcp_servers_key ... ok
[INFO] [stdout] test config::tests::parses_mcp_servers_from_mcp_servers_camel_case_key ... ok
[INFO] [stdout] test config::tests::zai_api_key_populates_provider ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 69 tests
[INFO] [stdout] test log_index::tests::normalized_hybrid_weights_fallback_when_all_zero ... ok
[INFO] [stdout] test log_index::tests::append_retrieval_ledger_persists_rows ... ok
[INFO] [stdout] test tests::build_openai_compat_chat_body_preserves_messages_and_options ... ok
[INFO] [stdout] test tests::build_openai_compat_raw_body_uses_prompt_and_options ... ok
[INFO] [stdout] test tests::build_web_search_arguments_prefers_schema_keys ... ok
[INFO] [stdout] test tests::clear_tool_uses_keeps_last ... ok
[INFO] [stdout] test tests::configured_retriever_label_defaults_and_parses ... ok
[INFO] [stdout] test tests::configured_retriever_label_falls_back_to_lexical ... ok
[INFO] [stdout] test tests::context_mode_as_str_values ... ok
[INFO] [stdout] test tests::effective_provider_path_forces_responses_path ... ok
[INFO] [stdout] test tests::expand_mcp_header_value_substitutes_zai_key ... ok
[INFO] [stdout] test tests::extract_completion_delta_text_from_chat_chunk ... ok
[INFO] [stdout] test tests::extract_completion_delta_text_from_legacy_text_chunk ... ok
[INFO] [stdout] test tests::extract_completion_delta_text_reads_anthropic_delta_text ... ok
[INFO] [stdout] test tests::extract_completion_delta_text_reads_array_delta_content ... ok
[INFO] [stdout] test tests::extract_completion_text_reads_anthropic_content_array ... ok
[INFO] [stdout] test tests::extract_completion_text_reads_array_message_content ... ok
[INFO] [stdout] test tests::extract_completion_text_reads_completion_fallback_key ... ok
[INFO] [stdout] test tests::extract_completion_text_reads_reasoning_content_when_message_content_empty ... ok
[INFO] [stdout] test tests::extract_completion_text_reads_reasoning_when_message_content_missing ... ok
[INFO] [stdout] test tests::is_anthropic_messages_provider_matches_base_url_or_messages_path ... ok
[INFO] [stdout] test tests::is_openai_responses_model_matches_codex_and_gpt5 ... ok
[INFO] [stdout] test tests::is_openai_responses_provider_detects_openai_codex_models ... ok
[INFO] [stdout] test tests::load_store_recovers_session_and_agent ... ok
[INFO] [stdout] test tests::mcp_error_from_payload_detects_non_jsonrpc_error_shape ... ok
[INFO] [stdout] test tests::next_id_is_human_readable ... ok
[INFO] [stdout] test tests::normalize_chat_completion_value_prefers_raw_chat_payload ... ok
[INFO] [stdout] test log_index::tests::llm_selection_corpus_includes_recent_streams_and_chunks ... ok
[INFO] [stdout] test tests::parse_context_mode_supports_llm_select ... ok
[INFO] [stdout] test log_index::tests::ingest_indexes_stdout_and_stderr_streams ... ok
[INFO] [stdout] test log_index::tests::context_bundle_honors_intent_override ... ok
[INFO] [stdout] test log_index::tests::output_window_adds_neighbor_lines ... ok
[INFO] [stdout] test log_index::tests::llm_selection_corpus_can_skip_events ... ok
[INFO] [stdout] test log_index::tests::context_bundle_supports_bm25_and_hybrid_retrievers ... ok
[INFO] [stdout] test log_index::tests::build_relevant_context_surfaces_failures_and_related_lines ... ok
[INFO] [stdout] test log_index::tests::llm_selection_corpus_marks_truncation ... ok
[INFO] [stdout] test log_index::tests::ingest_indexes_stdin_and_merged_output ... ok
[INFO] [stdout] test log_index::tests::context_bundle_detects_what_changed_intent ... ok
[INFO] [stdout] test log_index::tests::context_bundle_includes_explain_metadata ... ok
[INFO] [stdout] test log_index::tests::build_relevant_context_bundle_includes_sections ... ok
[INFO] [stdout] test log_index::tests::context_bundle_excludes_artifacts_when_disabled ... ok
[INFO] [stdout] test log_index::tests::context_bundle_respects_max_evidence_cap ... ok
[INFO] [stdout] test log_index::tests::context_bundle_respects_max_chars_budget ... ok
[INFO] [stdout] test tests::parse_tool_calls_array ... ok
[INFO] [stdout] test tests::parse_tool_calls_non_json ... ok
[INFO] [stdout] test tests::parse_tool_calls_single ... ok
[INFO] [stdout] test tests::pick_mcp_web_search_tool_prefers_search_name ... ok
[INFO] [stdout] test tests::request_prompt_text_falls_back_to_messages_content ... ok
[INFO] [stdout] test tests::resolve_mcp_server_uses_web_search_prime_default ... ok
[INFO] [stdout] test tests::resolve_rig_endpoint_for_openai_responses ... ok
[INFO] [stdout] test tests::render_template_replaces_keys ... ok
[INFO] [stdout] test tests::resolve_rig_endpoint_maps_anthropic_messages ... ok
[INFO] [stdout] test tests::resolve_rig_endpoint_maps_non_chat_path_to_raw ... ok
[INFO] [stdout] test tests::resolve_worktree_mode_auto_inherit ... ok
[INFO] [stdout] test tests::resolve_worktree_mode_auto_new ... ok
[INFO] [stdout] test tests::resolve_rig_endpoint_supports_local_without_api_key ... ok
[INFO] [stdout] test tests::resolve_worktree_mode_new_requires_repo ... ok
[INFO] [stdout] test tests::select_shell_falls_back ... ok
[INFO] [stdout] test tests::select_shell_uses_bash_flags ... ok
[INFO] [stdout] test tests::resolve_rig_endpoint_for_chat_completions_with_prefixed_path ... ok
[INFO] [stdout] test tests::select_shell_uses_zsh_flags ... ok
[INFO] [stdout] test tests::selector_signal_count_detects_debug_signals ... ok
[INFO] [stdout] test tests::selector_signal_count_zero_for_plain_text ... ok
[INFO] [stdout] test tests::store_event_session_round_trip ... ok
[INFO] [stdout] test tests::tmux_name_helpers_use_expected_prefixes ... ok
[INFO] [stdout] test tests::tmux_session_from_target_strips_window_suffix ... ok
[INFO] [stdout] test tests::truncate_text_chars_adds_ellipsis_when_needed ... ok
[INFO] [stdout] test tests::update_seq_from_id_tracks_suffix ... ok
[INFO] [stdout] test tests::parse_mcp_response_body_reads_sse_data_frame ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aish_core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "72381c4844a72f84eb7d824a80c1bdea322037d18acf8aec08a43b6f2a180f3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72381c4844a72f84eb7d824a80c1bdea322037d18acf8aec08a43b6f2a180f3e", kill_on_drop: false }`
[INFO] [stdout] 72381c4844a72f84eb7d824a80c1bdea322037d18acf8aec08a43b6f2a180f3e
